home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_cnvt / bulk14 / bulk.ini < prev    next >
Text File  |  1990-08-13  |  1KB  |  51 lines

  1. ; BULK CONFIGURATION FILE
  2. ;
  3. ; The following options are the same as those on the Bulk input 
  4. ; screen.
  5. ;
  6. ; DO NOT use a file extension on the INPUT and OUTPUT options.
  7. ;
  8. ; The input and output can option can be up to 8 characters 
  9. ; following the standard DOS naming conventions.
  10. ;
  11. ; The large, zip and state fields can be up to 10 characters and 
  12. ; follow the standard dBase field naming conventions.
  13. ;
  14. ; If you don't have a separate state field ... leave this blank.
  15. ;
  16. ; Place a space on BOTH sides of the '=' sign. The names will not 
  17. ; be read properly if you do not.
  18. ;         Example: LASTNAME = L_NAME
  19. ;
  20.  
  21. INPUT =
  22. OUTPUT =
  23. LARGE =
  24. ZIP =
  25. STATE =
  26.  
  27. ; The following are the output type options. An 'X' will select 
  28. ; the option ON and a blank will select the option off. Any 
  29. ; combination of the three can be selected.
  30.  
  31. DBF = X
  32. SDF =
  33. TXT =
  34.  
  35. ; The following are new options not found on the input screen.
  36. ;
  37. ; SCREENS set off has Bulk bypass the introduction and ending 
  38. ; screens.
  39. ;
  40. ; INPUT MODULE set off has Bulk bypass the Input Option Screen. 
  41. ; Only choose 'N' for this option when you're sure you have a 
  42. ; working configuration ... otherwise Bulk will crash.
  43. ;
  44. ; 200 Check set off has Bulk bypass the check that is made to see 
  45. ; that 200 or more VALID records do exist.
  46. ;
  47.  
  48. SCREENS = Y
  49. INPUT MODULE = Y
  50. 200 Check = Y
  51.